home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Science Fair
/
Science Fair.iso
/
pc
/
working
/
mirror.dir
/
00552.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-26
|
149 b
|
10 lines
on exitFrame
global gStart, gEnd
set gFrame to (the timer / 25) + gStart
if gFrame > gEnd then
go(gEnd)
else
go(gFrame)
end if
end